home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 101-125 / disk_122 / pr / pr.man < prev    next >
Text File  |  1992-05-06  |  1KB  |  56 lines

  1. PR(1)                       **** Reference Manual ****                     PR(1)
  2.  
  3.  
  4. NAME
  5.      pr      - prints files to the printer
  6.  
  7.  
  8. USAGE
  9.  
  10.      pr [options] file1 [file2 ...]
  11.  
  12.  
  13. DESCRIPTION
  14.  
  15.      Pr produces a printed listing of one or more files.  It separates the 
  16.      output into pages headed by the name of the file, the page number, and 
  17.      the date.  Options apply to all following files.  The program will accept 
  18.      Un*x style wildcards:
  19.      
  20.                         *  matches any substring
  21.                         ?  matches any single character
  22.  
  23.  
  24. OPTIONS
  25.  
  26.           -?    - displays this page
  27.           -c    - confirms wild cards
  28.                   <CR>, y, or Y - print this file
  29.                   n or N - don't print this file
  30.                   ! - print this and all remaining files
  31.           -f    - specifies wide carriage
  32.           -h    - removes headers
  33.           -l#   - specifies the # of lines per page
  34.           -m#   - specifies the # of copies
  35.           -n    - displays line numbers
  36.           -s    - diverts output to the standard output
  37.           -w    - wraps lines
  38.  
  39.  
  40. BUGS
  41.  
  42.      Probably some.
  43.      
  44.      
  45. NOTES
  46.  
  47.      This code may be freely distributed provided this notice is retained.
  48.  
  49.  
  50. COPYRIGHT
  51.  
  52.      Copyright 1987 by Samuel Paolucci
  53.  
  54.  
  55.                                                                 Printed 10/12/87
  56.